<!DOCTYPE html>
<html dir="ltr" lang="en-US">
 <head>
 <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
 <style type="text/css">
 img.light {
 outline: 1px solid #ddd;
 border-top: 1px solid #fff;
 padding: 10px;
 background: #f0f0f0;
}

 </style>
 
 <!-- Scripts -->
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 <script type="text/javascript">
 //External links 
 jQuery(function($) {
 $('a[rel~=external]').attr('target', 'blank');
 });
 jQuery(document).ready( function($) {
 // Site Switcher
 $('.swither_header').click( function(event) {
 var links = $('#links', '.switcher_wrap');
 var arrow = $('#arrow', '.switcher_wrap');
 if (links.is(':hidden')) {
 links.show();
 arrow.show();
 } else {
 links.hide();
 arrow.hide();
 }
 $('body').click(function() {
 links.hide();
 arrow.hide();
 });
 event.stopPropagation();
 });
 
 if ($('input[name=s]').val() == '')
 $('input[name=s]').val('Search ...');
 
 $('input[name=s]').focus(function(){
 if ($(this).val() == 'Search ...')
 $(this).val('');
 });
 $('input[name=s]').blur(function(){
 if ($(this).val() == '')
 $(this).val('Search ...');
 });
 });
 </script>

<!--[if IE]>
<style type="text/css">
ul.addtoany_list a img{filter:alpha(opacity=70)}
ul.addtoany_list a:hover img,ul.addtoany_list a.addtoany_share_save img{filter:alpha(opacity=100)}
</style>
<![endif]-->
 
 </head>

 <body class="home blog">

 <!-- Analytics -->
 <div id="html-wrap">
 
$GLOBAL_AHEADER$
 <div id="content-wrap">
 
 <div id="content">
 
 <div id="page">
 
 
<div class="post-wrap">
 
 <div id="post-2569" class="post-2569 post type-post post">
 
 <h2 class="post-title"><a href="$ENTRY_URL$" title="$ENTRY_NAME$" rel="bookmark">$ENTRY_NAME$ <span>&nbsp;</span></a></h2>$MODER_PANEL$
 
 <span class="meta-author">by <a href="$PROFILE_URL$" title="$USERNAME$">$USERNAME$</a></span>
 <div class="meta-posted"><span>$DATE$</span> $WDAY$</div>
 
 <div class="entry">
 <?if($OTHER1$)?><p><img class="light alignnone size-full wp-image-2570" src="$OTHER1$" alt="" width="660" /></p><?endif?>
<p>$MESSAGE$<br />
</p>
 </div>
 
 </div><!-- [END] post -->
 
 </div><!-- [END] post-wrap --> 
 <div class="comment-header">
 <ul>
 <li><div class="comment-number"><em>$COMMENTS_NUM$</em> <span>&nbsp;</span></div></li>
 </ul>
</div> 
 <ol class="commentlist">
 $COM_BODY$
 $COM_ADD_FORM$
 </ol>
 
 
 <div id="nav-below">
 
 <div class="right"></div>
 </div><!-- #nav-below -->
 
 </div>
 
 
$GLOBAL_DRIGHTER$
 
 </div>
 
 </div>
 
 </div>

 $GLOBAL_BFOOTER$
 
 
 </body>
 
</html>